Notes/Domino 6 and 7 Forum

Notes/Domino 6 and 7 Forum





Field validation using formula
~Joan Chuavitchader 02/27/2007 03:45 AM
Applications Development 6.5.1 All Platforms


Hi...
im having some n fields in a form. In each and every field there is an validation.

@if(@thisname="";@failure(--------);@success) --- like this acc to requirement

there is a save button..
In that @commands filesave and fileclosewindow is there..

wen we click save.. its checking the validation and window is closing immediately..

**** My requirement is if any validation gets failure, window should not close..(It have to save and close only wen it satisfies all validations)

Go back